Esx Settings Clusters Configuration Drafts ApplySpec
The Esx Settings Clusters Configuration Drafts ApplySpec schema contains properties that are used to create a new commit.
This schema was added in vSphere API 8.0.2.0.
{
"message": "string",
"apply_policy_spec": {
"failure_action": {
"action": "string",
"retry_delay": 0,
"retry_count": 0
},
"pre_remediation_power_action": "string",
"enable_quick_boot": false,
"disable_dpm": false,
"disable_hac": false,
"evacuate_offline_vms": false,
"enforce_hcl_validation": false,
"parallel_remediation_action": {
"enabled": false,
"max_hosts": 0
},
"enforce_quick_patch": false,
"software_policy_spec": {
"enforce_hcl_validation": false,
"parallel_remediation_action": {
"enabled": false,
"max_hosts": 0
},
"live_patch_action": {
"live_patch_mode": "string"
},
"skip_reserved_vibs_caching": false
},
"config_manager_policy_spec": {
"serial_remediation": false,
"auto_remediate_on_host_add": false
}
},
"drift_reviews": [
{
"property_paths": [
"string"
],
"drift_review_policy": {
"type": "string",
"name": "string",
"possible_values": [
"string"
],
"value_string": "string",
"value_long": 0,
"value_boolean": false
},
"notification": {
"type": "string",
"id": "string",
"time": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"resolution": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"originator": "string",
"retriable": false
}
}
]
}
Message to include with the commit.
This property was added in vSphere API 8.0.2.0.
If missing or null, message is set to empty string.
The parameter can be used to override the default remediation policies for the apply task.
This property was added in vSphere API 8.0.2.0.
if missing or null the default cluster remediation policies are used.
This field contains the drifts that need review from the user before apply.
This property was added in vSphere API 9.1.0.0.
This property is optional because it was added in a newer version than its parent node.